Platform Explorer / Nuxeo Platform LTS 2017 9.10

Component org.nuxeo.ecm.directory.types

Contributions

XML Source

<?xml version="1.0"?>
<component name="org.nuxeo.ecm.directory.types">

  <require>org.nuxeo.ecm.core.CoreExtensions</require>

  <extension target="org.nuxeo.ecm.core.schema.TypeService" point="schema">
    <schema name="user" src="directoryschema/user.xsd"/>
    <schema name="group" src="directoryschema/group.xsd"/>
    <schema name="vocabulary" src="directoryschema/vocabulary.xsd"/>
    <schema name="xvocabulary" src="directoryschema/xvocabulary.xsd"/>
    <schema name="l10nvocabulary" src="directoryschema/l10nvocabulary.xsd"/>
    <schema name="l10nxvocabulary" src="directoryschema/l10nxvocabulary.xsd"/>
    <schema name="documentsLists" src="directoryschema/documentsLists.xsd" />
  </extension>

</component>